home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3727 < prev    next >
Encoding:
Text File  |  1996-08-06  |  2.2 KB  |  48 lines

  1. Path: news.primenet.com!not-for-mail
  2. From: kj7bg@primenet.com (Bob White)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ errors in Win95
  5. Date: 25 Jan 1996 13:11:01 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <4e8o4l$sgg@nnrp1.news.primenet.com>
  9. References: <4e8cm5$32f@barad-dur.nas.com>
  10. Keywords: Invalid Page fault excepton error
  11. X-Posted-By: ip216.boi.primenet.com
  12. X-Newsreader: WinVN 0.99.6
  13. MIME-Version: 1.0
  14. Content-Type: Text/Plain; charset=US-ASCII
  15.  
  16. I don't know that this is your problem, but here goes...  I was programming 
  17. OWL for quite a while with intermittent page-faults and other strange 
  18. happenings.  It turns out that I had changed the default setting from 
  19. byte-aligned code to word-aligned.  Either Windows or OWL did not like it.  
  20. Since I have changed back everything works fine.  Hope that helps.
  21.  
  22.  
  23. In article <4e8cm5$32f@barad-dur.nas.com>, sjohnson@nas.com says...
  24. >
  25. > I have been running into problems when running 32 bit applications in 
  26. >Windows95 which have been created with Borland C++ 4.02. The errors show up 
  27. as 
  28. >invalid page faults in whatever module or program is executing, and exception 
  29. >c0000026H in KERNEL32.DLL also occurs. 
  30. > At first I thought it was hardware related and tried a different 
  31. motherboard, 
  32. >display and disk controlers and taking my system down to minimum hardware 
  33. >configaration. I have also reloaded all software several times, played with 
  34. >the swap file sitting. Recompiling does not work. 
  35. > The main application that I am having trouble with is AckEdit a Windows 
  36. >editor for ACK3D a 3d game engine.  The error occurs most often when the 
  37. >editor tries to free up bitmaps (320x200 8bit). The engine uses its own alloc 
  38. >and free routines so the program can track memory usage better.  I modified 
  39. it 
  40. >to use alloc and free directly, there was no change.  I am also geting the 
  41. >same exception code when running bench32 a program that I download in which 
  42. >the docs said it was created using Borland 4.02. 
  43. >  The next step I was considering was to upgrade to Borland C++ 4.51 or even 
  44. >another C++ compiler, but if that is not the problem I would like to know 
  45. >before doing it. 
  46. >
  47.  
  48.